Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocp: Fix timestamp displayed by fw-activate-history command #2230

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

jeff-lien-sndk
Copy link
Contributor

The current code is displaying all 8 bytes of the timestamp field for the timestamp. The timestamp value is only in the first 6 bytes. The 7th byte contains the origin and synch fields and the 8th byte is reserved.

The current code is displaying all 8 bytes of the timestamp
field for the timestamp.  The timestamp value is only in
the first 6 bytes. The 7th byte contains the origin and
synch fields and the 8th byte is reserved.

Signed-off-by: jeff-lien-wdc <[email protected]>
@igaw igaw merged commit 86628ad into linux-nvme:master Mar 5, 2024
16 checks passed
@igaw
Copy link
Collaborator

igaw commented Mar 5, 2024

Thanks!

@jeff-lien-sndk
Copy link
Contributor Author

@igaw I noticed my commits for this PR and PR #2229 show up as "Unverified" and was wondering why? I do have a gpg key setup so when I commit changes to my forked repo, they show up as "Verified". Do I need to setup a gpg key or do something else in the main repo to make my commits verified? Is this a problem?

@igaw
Copy link
Collaborator

igaw commented Mar 6, 2024

It looks like when I click the 'rebase & merge' button github is not able to track the signature:

https://github.com/orgs/community/discussions/11639

@jeff-lien-sndk
Copy link
Contributor Author

Thanks Dan. I've subscribed to that discussion. Hopefully it will be fixed soon.

@igaw
Copy link
Collaborator

igaw commented Mar 6, 2024

We could obviously just go back to the merge PR workflow but I really don't like it. It's just a lot of noise in the git history and this is a simple project and not the linux kernel where this additional information makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants